[IA64][XEND] Fix getRequiredShadowMemory parameters
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Sun, 10 Sep 2006 21:34:14 +0000 (15:34 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Sun, 10 Sep 2006 21:34:14 +0000 (15:34 -0600)
Parameter count changed in xen-unstable.hg 11417:65a41e3206ac

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
tools/python/xen/xend/image.py

index 50fc073c4807d33814381f21c81ded30ac16beb9..941e01749f56798c6d18a7b796a7ed5a4ca149b8 100644 (file)
@@ -439,7 +439,7 @@ class IA64_HVM_ImageHandler(HVMImageHandler):
         extra_pages = 1024 + 2
         return mem_kb + extra_pages * page_kb
 
-    def getRequiredShadowMemory(self, mem_kb):
+    def getRequiredShadowMemory(self, shadow_mem_kb, maxmem_kb):
         # Explicit shadow memory is not a concept 
         return 0